pp108 : undeployapplicationpackage - Ant Task

undeployapplicationpackage - Ant Task

Description

undeployapplicationpackage Ant task removes the given application package from a Process Platform instance.

Note The application package name should not include the version and build number details.

Sample Usage

<undeployapplicationpackage ldapRoot="cn=cordys,cn=bopcu7,o=myorg.com"
    name="My Package" 
organization="myorg" 
server="cin400333l"/>

Parameters

 

Attribute

Description

Type

Required

server

Name of the system where Cordys BOP is installed.

String

Yes

ldapRoot

LDAP root DN of Cordys BOP instance.

String

Yes

name

Name of the application package which must be undeployed.

String

Yes

failOnError

Boolean flag aborts the build when an exception occurs in the task. Default value is true.

Boolean

No

organization

Refers to the name of the organization from which the package should be undeployed

String

No